home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 3 / ct-rom iiib.zip / ct-rom iiib / WINDOWS / DIVERSEN / SMWINDEM / OLB2SM.DOC < prev    next >
Text File  |  1994-03-12  |  4KB  |  97 lines

  1.     ╔═══════════════════════════════════════════════════════╗
  2.     ║               SeedMaster OLB2SM.DOC                   ║
  3.     ║ Copyright (c) 1994, 1993 White Harvest Software, Inc. ║
  4.     ╚═══════════════════════════════════════════════════════╝
  5.  
  6. GENERAL
  7. ~~~~~~~
  8. OLB2SM.EXE converts selected Online Bible (OLB) text files into a 
  9. format compatible with the SeedMaster program. 
  10.  
  11. Instead of spreading text files across mutliple directories, OLB2SM
  12. concatenates the text, (stripping some extraneous hard returns and 
  13. spacing to display more info on the screen at one time) and builds 
  14. two files:  
  15.   1) a Text file (ends in .DAT or .SMC)  2) a Index file (.NDX).
  16.  
  17. The result is more efficient disk space usage, faster text access and
  18. the ability to search textual records relatively quickly (SeedMaster
  19. lets you search the TSK, Lex, etc., for words or numbers and "page" thru 
  20. the hits). 
  21.  
  22. OLB2SM is written to support the Online Bible V6 file and directory
  23. structure (both types). It may run on previous versions, but was not 
  24. tested for that.
  25.  
  26. We do not have an export facility at this time. We may add it later.
  27.  
  28. OLB2SM (and SeedMaster) support a maximum of 30,000 characters in a 
  29. record. If a larger record is encountered, it is truncated.
  30.  
  31. WARNING!!!!!!!!
  32. ~~~~~~~~~~~~~~~
  33. OLB2SM is a utility program. We tested it and use it ourselves. We only 
  34. open OLB files in read-only mode, but there is no guarantee that the 
  35. program has not been corrupted in the Shareware process, and there-
  36. fore could perform unexpectedly. THEREFORE, YOU SHOULD BACK UP YOUR FILES 
  37. ON YOUR HARD DISK BEFORE RUNNING OLB2SM. White Harvest Software, Inc., 
  38. hereby disclaims all warranties on OLB2SM and any responsibility for 
  39. any damages which may arise from its use or miss-use.
  40.  
  41. SUPPORTED FILES
  42. ~~~~~~~~~~~~~~~
  43. SeedMaster converts and supports:
  44.     OLB Directory(s)        SM V2.3 Files
  45.     ~~~~~~~~~~~~~~~~        ~~~~~~~~~~~~~~~~~~~~~~~~~~
  46.     HEBREW, GREEK            LEX.DAT, LEX.NDX
  47.     MHC                MHC.DAT, MHC.NDX (SM/Win Only)
  48.     PNT                PNT.DAT, PNT.NDX
  49.     RWP                RWP.DAT, RWP.NDX
  50.     SCOFIELD            SCOFIELD.DAT, SCOFIELD.NDX
  51.     TSK                TSK.DAT, TSK.NDX
  52.     TOPICS                TOPICS.DAT, TOPICS.NDX
  53.  
  54. If you have files you would like to use (in 2GREEK, 2HEBREW, or "verse 
  55. by verse" materials like TSK, PNT, etc.) and you don't mind the trouble 
  56. of copying/renaming directories to one of the supported types and then
  57. running OLB2SM, it will probably work. You will have to put up with the 
  58. wrong Window title in SeedMaster, but otherwise, it will likely work.
  59.  
  60. SYNTAX
  61. ~~~~~~
  62. Simply type: OLB2SM <Enter>
  63. and OLB2SM will provide the command syntax:
  64.     OLB2SM [olb path] [dest path] [file type] [Demo]
  65. Where:
  66.     [olb path] =  Basic path for Online Bible files. Example: C:\BIBLE
  67.     [sm path] =   Path for SeedMaster files to be created. Example: C:\SM
  68.     [file type] = A number representing the type of file to convert.
  69.             1 = Standard Heb/Grk Lexicon
  70.             2 = Secondary Lexicon (not used at this time)
  71.             3 = Treasury SK
  72.             4 = Notes (Commentary)
  73.             5 = Peoples NT
  74.             6 = Standard Topics 
  75.             7 = Matthew Henry Concise (SM/Win Only)
  76.             8 = Scofield Notes
  77.             9 = Word Pictures NT
  78.     [Demo] = Limit files for demonstration purposes (See Below)
  79. Example for Full Standard Heb/Grk Lexicon: 
  80.     OLB2SM C:\BIBLE C:\SM 1  <Enter>
  81.  
  82. DEMO OPTION
  83. ~~~~~~~~~~~
  84. When the [Demo] option is used, OLB2SM will covernt a limited number
  85. of file records to let a Online Bible user test the SeedMaster program
  86. without devoting the disk space required for the full files. If used,
  87. the following limitations are in effect:
  88.     TOPICS:  Only the first 1000 topics are converted.
  89.     WORD P.: Only Matt through Luke.
  90.     SCOFIELD, TREASURY, PEOPLE'S, MHC & NOTES: only Gospel of John.
  91.     
  92. Example for a Demo Standard Heb/Grk Lexicon: 
  93.     OLB2SM C:\BIBLE C:\SM 1 D  <Enter>
  94.  
  95.     
  96. Revised 3-12-94
  97.